52歌赋>英语词典>instruction execution翻译和用法

instruction execution

英 [ɪnˈstrʌkʃn ˌeksɪˈkjuːʃn]

美 [ɪnˈstrʌkʃn ˌeksɪˈkjuːʃn]

网络  指令执行

计算机

英英释义

noun

  • (computer science) the process of carrying out an instruction by a computer
      Synonym:execution

    双语例句

    • Bochs was developed purely in the C++ language for interpreted x86 instruction execution and platform emulation.
      对于解译的x86指令执行和平台仿真,Bochs完全是用C++语言开发的。
    • Based on the ( program counter) PC arbitrage strategy of multi-path execution, designing fetch instruction unit suit for selective dual path execution.
      通过研究多路径执行中的PC仲裁机制,设计适合双路径执行结构的取指部件。
    • The Digital Signal Processing which is regarded as CPU on board has some advantages, such as fast instruction execution, high bus bandwidth, and high speed real-time data processing.
      数据采集卡部分使用使用DSP来作采集卡CPU具有指令执行速度快、总线带宽高、可以完成数据的高速实时处理等优点。
    • In other words, software interrupts always occur at the beginning of an instruction execution cycle.
      换句话说,软件中断常常在指令运行周期的开始。
    • Traditional programming model like C, C++ and Fortran are poorly suited to multi-core architectures because of the assumed single instruction stream execution model and centralized memory structure.
      C、C++和Fortran等基于单指令流和统一存储结构的传统编程模型已经无法适应多核处理器结构。
    • The model of instruction level parallel program execution
      指令级并行程序执行模型
    • The platform introduces two memory system structure, addressing mode simulation guarantees that not only the operand is correctly obtained, but also the instruction execution time is correctly calculated.
      采用了两种存储器体系结构,寻址方式的模拟不仅保证了正确地确定操作数,而且能够正确统计指令执行时间。
    • Propose the run time dispatched instruction decoder and issue logic based on instruction execution cycle.
      提出基于指令类型动态分配的译码器设计方案和基于指令执行周期的动态逻辑发射方案。
    • Static instruction scheduling decides the execution order of instructions and improves the instruction-level parallelism by reducing stall caused by dependences.
      静态指令调度决定指令执行顺序,屏蔽指令间由于依赖关系而产生的延迟,从而提高了指令的并行度。
    • When complete, the original instruction is executed ( from the breakpoint), and execution continues at that point.
      执行完成之后,接着执行原始的指令(从断点开始)。